home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / MiniclipsTetris.swf / scripts / DefineButton2_254 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-04  |  198 b   |  13 lines

  1. on(press){
  2.    if(_parent.piece[8])
  3.    {
  4.       _parent.piece[8] = false;
  5.       Check8.gotoAndStop(1);
  6.    }
  7.    else
  8.    {
  9.       _parent.piece[8] = true;
  10.       Check8.gotoAndStop(2);
  11.    }
  12. }
  13.